Build a Sign Language Recognizer
PART 1: Data
Criteria | Meet Specification |
---|---|
Prepare data for modeling |
|
PART 2: Model Selection
Criteria | Meet Specification |
---|---|
Implement model selection techniques |
|
PART 3: Recognizer
Criteria | Meet Specification |
---|---|
Recognize ASL words |
|
Tips to make your project standout:
PART 4: (OPTIONAL) Improve the WER with Language Models
The recognizer you implemented in Part 3 is equivalent to a "0-gram" SLM. Improve the WER with the SLM data provided with the data set in the link above using "1-gram", "2-gram", and/or "3-gram" statistics.